FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package hl7.fhir.vn.core#1.0.0-beta (47 ms)

Package hl7.fhir.vn.core
Type StructureDefinition
Id Id
FHIR Version R4
Source http://moh.gov.vn/fhir/vn-core-ig/https://simplifier.net/resolve?scope=hl7.fhir.vn.core@1.0.0-beta&canonical=http://moh.gov.vn/fhir/core/StructureDefinition/observation-tobaco-smoking-status
Url http://moh.gov.vn/fhir/core/StructureDefinition/observation-tobaco-smoking-status
Version 1.0.0
Status draft
Name ObservationTobaccoSmokingStatus
Title Observation-TobaccoSmokingStatus
Experimental False
Realm vn
Authority hl7
Description Tình trạng hút thuốc lá, thuốc lào
Purpose TODO: add note
Copyright Bộ Y tế Việt Nam
Type Observation
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-encounter Encounter Profile - VN Core R4
http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-patient Patient Profile - VN Core R4
http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-practitioner Practitioner Profile - VN Core R4
http://loinc.org/vs/LL2201-3 LOINC® LL2201-3 - ValueSet về tình trạng hút thuốc


Narrative

Note: links and images are rebased to the (stated) source


Source

{
  "resourceType" : "StructureDefinition",
  "text" : {
    "status" : "empty",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" />"
  },
  "url" : "http://moh.gov.vn/fhir/core/StructureDefinition/observation-tobaco-smoking-status",
  "id" : "observation-tobaco-smoking-status",
  "version" : "1.0.0",
  "name" : "ObservationTobaccoSmokingStatus",
  "title" : "Observation-TobaccoSmokingStatus",
  "status" : "draft",
  "publisher" : "Cục CNTT",
  "description" : "Tình trạng hút thuốc lá, thuốc lào",
  "purpose" : "TODO: add note",
  "copyright" : "Bá»™ Y tế Việt Nam",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "workflow",
      "uri" : "http://hl7.org/fhir/workflow",
      "name" : "Workflow Pattern"
    },
    {
      "identity" : "sct-concept",
      "uri" : "http://snomed.info/conceptdomain",
      "name" : "SNOMED CT Concept Domain Binding"
    },
    {
      "identity" : "v2",
      "uri" : "http://hl7.org/v2",
      "name" : "HL7 v2 Mapping"
    },
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    },
    {
      "identity" : "sct-attr",
      "uri" : "http://snomed.org/attributebinding",
      "name" : "SNOMED CT Attribute Binding"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Observation",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Observation.identifier",
        "path" : "Observation.identifier",
        "mustSupport" : true
      },
      {
        "id" : "Observation.status",
        "path" : "Observation.status",
        "fixedCode" : "final",
        "mustSupport" : true
      },
      {
        "id" : "Observation.category",
        "path" : "Observation.category",
        "min" : 1,
        "max" : "1",
        "fixedCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
              "code" : "survey",
              "display" : "Survey"
            }
          ],
          "text" : "Survey"
        }
      },
      {
        "id" : "Observation.code",
        "path" : "Observation.code",
        "fixedCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://loinc.org",
              "code" : "72166-2",
              "display" : "Tobacco smoking status"
            }
          ]
        }
      },
      {
        "id" : "Observation.subject",
        "path" : "Observation.subject",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-patient",
              "http://hl7.org/fhir/StructureDefinition/Patient",
              "http://hl7.org/fhir/StructureDefinition/Group",
              "http://hl7.org/fhir/StructureDefinition/Device",
              "http://hl7.org/fhir/StructureDefinition/Location"
            ]
          }
        ]
      },
      {
        "id" : "Observation.encounter",
        "path" : "Observation.encounter",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-encounter",
              "http://hl7.org/fhir/StructureDefinition/Encounter"
            ]
          }
        ]
      },
      {
        "id" : "Observation.effective[x]",
        "path" : "Observation.effective[x]",
        "mustSupport" : true
      },
      {
        "id" : "Observation.performer",
        "path" : "Observation.performer",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/StructureDefinition/Practitioner",
              "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
              "http://hl7.org/fhir/StructureDefinition/Organization",
              "http://hl7.org/fhir/StructureDefinition/CareTeam",
              "http://hl7.org/fhir/StructureDefinition/Patient",
              "http://hl7.org/fhir/StructureDefinition/RelatedPerson",
              "http://moh.gov.vn/fhir/core/StructureDefinition/vn-core-practitioner"
            ]
          }
        ]
      },
      {
        "id" : "Observation.value[x]",
        "path" : "Observation.value[x]",
        "min" : 1,
        "type" : [
          {
            "code" : "CodeableConcept"
          }
        ],
        "mustSupport" : true,
        "binding" : {
          "strength" : "extensible",
          "description" : "ValueSet về tình trạng hút thuốc",
          "valueSet" : "http://loinc.org/vs/LL2201-3"
        }
      },
      {
        "id" : "Observation.interpretation",
        "path" : "Observation.interpretation",
        "max" : "0"
      },
      {
        "id" : "Observation.referenceRange",
        "path" : "Observation.referenceRange",
        "max" : "0"
      }
    ]
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.